Goto

Collaborating Authors

 image dataloader


A beginner's guide to Fastai's Image Dataloaders

#artificialintelligence

I started using Pytorch and Fastai recently . Below I outline key concepts which will be helpful during image processing or in any computer vision problem . The first step will be to import all the necessary files. Fastai allows us to download the whole dataset in a just few lines of code. The above code will import all the necessary packages for our task and the last line will install the full MNIST dataset to our directory.